This repo contains the MFC based GUI apps for windows. This repo is intented to contain multiple MFC based GUI applications. Each GUI application is added ...
I want my MFC application always uses windows 7 theme no matters on which Winodow OS it is running. i.e it should use Windows 7 theme even running on XP
Step 1: Enable Drag And Drop In your dialog's OnInitDialog method, enable drag and drop. You can either do this for the entire dialog or a specific control.
MFC abstracts many of the low-level details involved in creating Windows. GUI applications, enabling developers to focus on application logic rather than ...